Skip to content

Commit

Permalink
Merge pull request #41 from cylc/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
markgrahamdawson authored Nov 6, 2023
2 parents 442fd92 + e88b9d7 commit 808212e
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 1,045 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel:
jobs:
Expand All @@ -19,9 +20,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14' # Cannot use 16 - https://github.com/npm/cli/issues/3555
node-version: 'lts/*'

- name: Install (dev) dependencies
run: npm install
Expand Down
Loading

0 comments on commit 808212e

Please sign in to comment.