Skip to content

Commit

Permalink
Merge pull request #254 from github/updates
Browse files Browse the repository at this point in the history
Node and Actions updates
  • Loading branch information
GrantBirki committed Apr 4, 2024
2 parents a3979af + 4d84470 commit f9e741b
Show file tree
Hide file tree
Showing 7 changed files with 346 additions and 116 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- 'releases/*'

permissions:
contents: read
Expand All @@ -16,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- 'releases/*'

permissions:
contents: read
Expand All @@ -16,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
Loading

0 comments on commit f9e741b

Please sign in to comment.