We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45806f6 commit fae2afdCopy full SHA for fae2afd
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- uses: actions/checkout@v4
32
- name: Setup Node.js environment
33
- uses: actions/setup-node@v4.2.0
+ uses: actions/setup-node@v4.3.0
34
with:
35
node-version-file: ".nvmrc"
36
@@ -102,7 +102,7 @@ jobs:
102
steps:
103
104
105
106
107
node-version: ${{ matrix.node }}
108
@@ -138,7 +138,7 @@ jobs:
138
139
140
141
142
143
144
0 commit comments