Skip to content

Commit c9c9ccc

Browse files
Update node
1 parent 0801184 commit c9c9ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
name: Install + Build + Test
9-
container: node:18.17-alpine
9+
container: node:18.19-alpine
1010
steps:
1111
- uses: actions/checkout@v3
1212
- run: yarn

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17
1+
18.20

0 commit comments

Comments
 (0)