We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba57b36 commit ebce16eCopy full SHA for ebce16e
.github/workflows/build-test.yml
@@ -1,7 +1,7 @@
1
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
4
-name: Swag Labs Sample App Workflow
+name: build-test
5
6
on:
7
push:
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
uses: actions/setup-node@v2
29
with:
30
- node-version: '16.x'
+ node-version: '18.x'
31
32
- uses: actions/setup-python@v5
33
0 commit comments