Skip to content

Commit

Permalink
ci(web): update node
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Jan 24, 2024
1 parent 74386d4 commit 0ad1f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup node environment
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 18.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down

0 comments on commit 0ad1f29

Please sign in to comment.