Skip to content

Commit

Permalink
ci: 👷 use node18 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Mar 24, 2023
1 parent 1bd0532 commit 804f951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18

- name: get yarn cache
id: yarn-cache
Expand Down

0 comments on commit 804f951

Please sign in to comment.