Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiki-Bird authored Aug 14, 2023
1 parent 355da3f commit 8d00f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [16.15.1]

steps:
- name: Checkout code
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "dir=$(yarn cache dir)" >> $GITHUB_ENV

- uses: actions/cache@v2
id: yarn-cache
Expand Down

0 comments on commit 8d00f86

Please sign in to comment.