We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac76784 commit d69a76aCopy full SHA for d69a76a
1 file changed
.github/workflows/publish.yml
@@ -8,11 +8,13 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
12
- uses: actions/setup-node@v1
13
with:
14
- node-version: 14
+ node-version: 18
15
registry-url: https://registry.npmjs.org/
16
+ - name: Upgrade NPM
17
+ run: npm install -g npm
18
- run: npm install
19
- run: npm run build
20
- run: npm publish --access public
0 commit comments