Skip to content

Commit

Permalink
Update CI's Nodejs to v18 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Apr 5, 2023
1 parent 8233194 commit 3c7458c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install npm dependencies
run: cd types && yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- name: Install npm dependencies
run: cd types && yarn install
Expand Down

0 comments on commit 3c7458c

Please sign in to comment.