We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f53bd commit f6d530dCopy full SHA for f6d530d
.github/workflows/fetch.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
node-version:
23
- - 16
+ - 18
24
project:
25
- fetch
26
steps:
.github/workflows/file.yml
@@ -19,7 +19,7 @@ jobs:
19
- file
.github/workflows/form-data.yml
- form-data
.github/workflows/release.yml
- name: Setup Node
uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: 18
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
0 commit comments