Skip to content

Commit

Permalink
Upgrade nodejs to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Dec 9, 2022
1 parent fe2d2bc commit 4817465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: 'yarn'
- run: yarn install
- name: Test and Lint
Expand Down
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
14.21.0
18.12.1

0 comments on commit 4817465

Please sign in to comment.