Skip to content

Commit 8fae650

Browse files
committed
check cache
1 parent e64af16 commit 8fae650

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
# Setup .npmrc file to publish to npm
14-
- uses: actions/setup-node@v2
14+
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 18.4.0
1717
registry-url: "https://registry.npmjs.org"
18+
cache: "npm"
1819
- run: npm install
1920
- run: npm run build
2021
env:

0 commit comments

Comments
 (0)