Skip to content

Commit

Permalink
Node.js v20 Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed May 20, 2024
1 parent 7b8b4ec commit 70fd636
Show file tree
Hide file tree
Showing 6 changed files with 2,938 additions and 1,418 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pr-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ jobs:
name: Mabl Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci

Expand Down Expand Up @@ -36,4 +39,4 @@ jobs:
smoke-test
http-headers: |
X-Test-Header-1: 1234
X-Test-Header-2: 5678
X-Test-Header-2: 5678
7 changes: 5 additions & 2 deletions .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ jobs:
name: Mabl Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'

- name: Install dependencies
run: npm ci

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ outputs:
description: "Number of mabl tests that failed against this deployment."

runs:
using: "node16"
using: "node20"
main: "lib/src/index.js"
Loading

0 comments on commit 70fd636

Please sign in to comment.