Skip to content

Commit

Permalink
Merge pull request #8083 from codeigniter4/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4.0.0

chore(deps): bump actions/setup-node from 3.0.0 to 4.0.0
  • Loading branch information
kenjis authored Oct 24, 2023
2 parents 6f81e6e + 58b67f7 commit 8b1d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-scss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v4.0.0
with:
# node version based on dart-sass test workflow
node-version: 16
Expand Down

0 comments on commit 8b1d9fc

Please sign in to comment.