Skip to content

Commit b7b1266

Browse files
authored
Revert "gha(deps): bump actions/setup-node from 2 to 3 (#3)"
This reverts commit 1a948e2.
1 parent 1a948e2 commit b7b1266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.create-react-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v2
8484

8585
- name: Setup Node
86-
uses: actions/setup-node@v3
86+
uses: actions/setup-node@v2
8787
with:
8888
node-version: ${{ matrix.node_version }}
8989
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)