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 ce158c6 commit 70bc2f4Copy full SHA for 70bc2f4
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: '18.15.0'
+ node-version: '20.2.0'
15
- run: npm install
16
- run: npm run build
17
- run: npm run test
.github/workflows/publish-npm-package.yml
@@ -17,7 +17,7 @@ jobs:
18
19
20
21
registry-url: 'https://npm.pkg.github.com'
22
scope: '@bitpatty'
23
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
registry-url: 'https://registry.npmjs.org'
41
42
0 commit comments