Skip to content

Commit

Permalink
bump node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Oct 22, 2023
1 parent eb55796 commit b3f7a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [16]
node-version: [18]
browser: [chrome, firefox]

container:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 as builder
FROM node:18 as builder
WORKDIR /maputnik

# Only copy package.json to prevent npm install from running on every build
Expand Down

0 comments on commit b3f7a80

Please sign in to comment.