Skip to content

Commit

Permalink
Bump asdf node version and version used in github action tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omicron7 committed Oct 12, 2023
1 parent c86f35c commit da093cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.14.2
nodejs 18.18.1

0 comments on commit da093cf

Please sign in to comment.