We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3dcac commit 2aedb50Copy full SHA for 2aedb50
.github/workflows/config.yml
@@ -9,15 +9,14 @@ jobs:
9
build:
10
name: 'Run tests'
11
runs-on: ubuntu-latest
12
- container: node:9.4.0
+ container: node:latest
13
defaults:
14
run:
15
working-directory: ./vpos/checkout/javascript
16
17
timeout-minutes: 10
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- run: yarn install --frozen-lockfile
22
- run: yarn test
23
-
0 commit comments