We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a064f7 commit 32a938aCopy full SHA for 32a938a
.github/workflows/npm-publish.yml
@@ -11,8 +11,8 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
node-version: lts/hydrogen
18
- run: yarn
@@ -21,15 +21,15 @@ jobs:
21
needs: build
22
23
24
25
26
submodules: 'recursive'
27
persist-credentials: false
28
29
30
31
registry-url: https://registry.npmjs.org/
32
- - run: yarn --frozen-lockfile
+ - run: yarn
33
- name: Setup submodule
34
run: |
35
cd polaris
0 commit comments