Skip to content

Commit

Permalink
chore: update to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod committed Oct 31, 2022
1 parent 9447bd2 commit e97aefc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
Expand All @@ -22,7 +22,7 @@ jobs:
npx tree-sitter build-wasm
- name: Checkout gh-pages branch to ./gh-pages
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: ./gh-pages
Expand Down

0 comments on commit e97aefc

Please sign in to comment.