Skip to content

Commit b3ad51e

Browse files
committed
Add npm cache and update actions
1 parent 18d698b commit b3ad51e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-node@v2
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-node@v3
1314
with:
1415
node-version: 16
1516
registry-url: https://registry.npmjs.org/
17+
cache: 'npm'
1618

1719
- name: Run npm ci
1820
run: |

0 commit comments

Comments
 (0)