Skip to content

Commit 5f4426c

Browse files
committed
👷 bump node version
1 parent 4dbec44 commit 5f4426c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
- '**.scss'
1616
- '**.css'
1717

18+
permissions: read-all
19+
1820
jobs:
1921
build:
2022
runs-on: ubuntu-latest
@@ -25,7 +27,7 @@ jobs:
2527
- name: Use Node.js
2628
uses: actions/setup-node@v3
2729
with:
28-
node-version: '16.7'
30+
node-version: '18.5'
2931
cache: 'npm'
3032

3133
- name: Build and Test

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Use Node.js
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: '16.7'
44+
node-version: '18.5'
4545
cache: 'npm'
4646

4747
# Build the plugin

0 commit comments

Comments
 (0)