Skip to content

Commit ebce16e

Browse files
committed
Node 18
1 parent ba57b36 commit ebce16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Swag Labs Sample App Workflow
4+
name: build-test
55

66
on:
77
push:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
uses: actions/setup-node@v2
2929
with:
30-
node-version: '16.x'
30+
node-version: '18.x'
3131

3232
- uses: actions/setup-python@v5
3333
with:

0 commit comments

Comments
 (0)