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 0842586 commit 2aef5efCopy full SHA for 2aef5ef
.github/workflows/examples.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v3
25
- name: Use Node.js ${{ matrix.node-version }}
26
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
27
with:
28
node-version: ${{ matrix.node-version }}
29
- run: npm install
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
- run: ./pretest.sh ${{ matrix.ts-version }}
0 commit comments