Skip to content

Commit

Permalink
Update github workflows node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
heltoft committed Feb 5, 2024
1 parent 2841277 commit d6d6b55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:

steps:
# Check out, and set up the node/ruby infra
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "18"

# Get local dependencies & test
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
tag: v2.1.5-procursus6

- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "14"
node-version: "18"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit d6d6b55

Please sign in to comment.