There was an error while loading. Please reload this page.
1 parent 06fbfb5 commit 32e120cCopy full SHA for 32e120c
1 file changed
.github/workflows/npm-publish.yml
@@ -4,14 +4,18 @@ on:
4
release:
5
types: [created]
6
7
+permissions:
8
+ id-token: write # Required for OIDC
9
+ contents: read
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v1
17
with:
- node-version: 12
18
+ node-version: 20
19
registry-url: 'https://registry.npmjs.org'
20
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
21
- run: echo ${VERSION}
0 commit comments