Skip to content

Commit

Permalink
Merge branch 'jr.feature/lexer-tests' into jr.fix/lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Feb 26, 2024
2 parents 1207017 + 4e5376e commit e1b43f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6,387 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NPM Publish
name: NPM Publish

on: [push]

Expand All @@ -9,11 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 20.x

- name: Prepare repository
run: |
git fetch --unshallow --tags
Expand Down
Loading

0 comments on commit e1b43f8

Please sign in to comment.