We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6218606 + 401007d commit 49e32dbCopy full SHA for 49e32db
.github/workflows/automatic-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout the code
17
uses: actions/checkout@v4 # https://github.com/actions/checkout
18
- name: Setup Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v3 # https://github.com/actions/setup-node
+ uses: actions/setup-node@v4 # https://github.com/actions/setup-node
20
with:
21
node-version: ${{ matrix.node-version }}
22
cache: 'npm'
0 commit comments