Skip to content

Commit b1e7b13

Browse files
authored
Update setup-node GitHub action
The build isn't working because apparently there was a minor security vulnerability in setting the path with the old action (I think). Here's the failure: https://github.com/austinjavascript/austinjavascript.com/runs/2278717518?check_suite_focus=true
1 parent ec4f9e8 commit b1e7b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020

2121
- name: Setup Node.js environment
22-
uses: actions/setup-node@v1.4.1
22+
uses: actions/setup-node@v2
2323

2424
- name: Install packages
2525
run: npm ci

0 commit comments

Comments
 (0)