We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4b6b8 commit 240769cCopy full SHA for 240769c
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ jobs:
6
publish:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@v2-beta
12
with:
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
node: [ 14, 16 ]
name: Lint on Node ${{ matrix.node }}
13
14
15
node-version: ${{ matrix.node }}
0 commit comments