Skip to content

Commit

Permalink
chore: update node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-alpaca committed Aug 23, 2024
1 parent d0df281 commit d7c6e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand All @@ -34,4 +34,4 @@ jobs:
run: yarn compile

- name: Run unit tests
run: yarn test
run: yarn test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.1
18.16.1

0 comments on commit d7c6e72

Please sign in to comment.