Skip to content

Commit

Permalink
ci: up'ed to Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Sep 1, 2023
1 parent 584283e commit c66971c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2

- name: Use Node 14.x
- name: Use Node 16.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2

- name: Use Node 14.x
- name: Use Node 16.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit c66971c

Please sign in to comment.