Skip to content

Commit

Permalink
chore(deploy): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Nov 17, 2022
1 parent b963b27 commit ee3314a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@master
with:
node-version: 16
node-version: 18

- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down

0 comments on commit ee3314a

Please sign in to comment.